Skip to content

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Feb 25, 2025

No description provided.

@elbeno elbeno force-pushed the add-enums-to-string-json branch from 61f6e2f to 1331d2c Compare February 25, 2025 15:55
@elbeno
Copy link
Contributor Author

elbeno commented Feb 25, 2025

The resulting section in the JSON looks like this:

"enums": {
    "ns::E": {
        "42": "value"
    }
}

@siauthun Note that the enumeration is a dictionary, not a list (different from what we originally talked about yesterday). In general we can't assume that enumeration values start at zero and increment uniformly.

@lukevalenty lukevalenty merged commit 2b8a6d7 into intel:main Feb 25, 2025
22 checks passed
@elbeno elbeno deleted the add-enums-to-string-json branch February 25, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants